SlowView Help System |
Command
Line Parameters Note: These are for advanced users. They are used to automate tasks. Tip: To assign a parameter, right-click on SlowView icon and click Properties. Now add command line parameter to the end of Target line field. Note: parameters are case-sensetive -t - starts in Thumbnail mode and loads the current directroy -t="Directory" - starts in Thumbnail mode and loads the specified directroy -p - loads the given Image, prints it and exits SV. -f - starts in Fullscreen mode. -c - Shows SaveAs Dialog, converts Image and exits SV. -c="Filename.ext" - converts the loaded Image into the supplied Imagefile and exits SV. -m - enables the "Always Maximize Mode". -s="Directory" - Starts a slideshow in the specified Directory Examples: Just load an image: Slowview.exe "SlowView.jpg" Load an image and print it: Slowview.exe "SlowView.jpg" -p Load an image and convert it into a gif file without GUI: Slowview.exe "C:\Test\SlowView.jpg" -c="C:\Test2\SlowView.gif" Load an image and show it in Fullscreen: Slowview.exe "SlowView.jpg" -f Start Thumbnailer with the current Directory: Slowview.exe -t Start Thumbnailer with the specified Directory: Slowview.exe -t="C:\MyPicsForExample" Start SlideShow in Fullscreen with specified Directory: Slowview.exe -f -s="C:\MyPicsForExample" |